gtk-demo: Remove mention of directories in picker examples
authorJan Tojnar <jtojnar@gmail.com>
Wed, 22 Jun 2022 21:07:11 +0000 (23:07 +0200)
committerJan Tojnar <jtojnar@gmail.com>
Wed, 22 Jun 2022 21:07:28 +0000 (23:07 +0200)
Those were removed in https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2909.

demos/gtk-demo/pickers.c

index 635a7f91496ad535ee62a6dd8af33df7dfb65167..05d831221f0786b6aa004496b84493c41e17c632 100644 (file)
@@ -2,7 +2,7 @@
  * #Keywords: GtkColorChooser, GtkFontChooser, GtkApplicationChooser
  *
  * These widgets are mainly intended for use in preference dialogs.
- * They allow to select colors, fonts, directories and applications.
+ * They allow to select colors, fonts and applications.
  *
  * This demo shows both the default appearance for these dialogs,
  * as well as some of the customizations that are possible.